extends ProfileBean
Just like a normal profile bean, but with extra stuff that admins can see
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| notes | String | ||
| String | |||
| firstName | String | ||
| surName | String | ||
| phone | String | ||
| nickName | String |
Methods
| Name | Returns | Notes | Example |
|---|---|---|---|
| save ( ) | void | Saves changes made to the following fields: nickName, firstName, surName, email, phone and notes |
Hide comments